Skip to main content

API Reference Guide - UserProfileInfo Object

In VIDIZMO users can be centrally managed in the platform where we allow specific authoritative permissions in the Users hierarchy to modify the extent to which a user, being part of an organization, may participate, engage or control (with) the content and its various settings in the Portal.

Users in VIDIZMO can be classified into multiple groups or assigned a CAL, each having a specific purpose with respect to their participation in the organization's media management. This helps streamline the process of defining responsibilities for every user by standardizing certain sets of rules and permissions. The CALs or assignment of groups to users is carried out in VIDIZMO determining the scope of their operative and functional responsibilities within the application while mapping their profile's accessibility to certain permissions/restrictions for ease of management.

VIDIZMO further categorizes the Users on the basis of Federated and Non-Federated User. For a User signing into the Portal using VIDIZMO-specific credentials is classified as a Non-Federated User whereas a User using credentials of an organization's Identity Access Management system (IAMs) such as Okta or third-party logins such as Facebook, which then authenticates the User on behalf of the organization and provides basic profile information to VIDIZMO for acknowledgment is referred to as a Federated User.

Here we shall be looking at UserProfileInfo Object in detail to understand the various properties it contains in VIDIZMO REST API Reference.

UserProfileInfo Object

{
"firstName": "Esther", // First Name of the user
"lastName": "Fray", //Last Name of the user
"emailAddress": "esther.fray@sharklasers.com", //Email Address associated with the user's profile
"id": 218003 //A number than uniquely identifies a user in the system
}